home *** CD-ROM | disk | FTP | other *** search
/ Windows to the World / Windows to the World.iso / codesamp.001 / DDE_SDK.ZIP / BASEDEFS.H next >
Encoding:
C/C++ Source or Header  |  1990-10-16  |  360 b   |  10 lines

  1. #define WINPROC        long FAR PASCAL
  2. #define MDIPROC        long FAR PASCAL
  3. #define DLGPROC        BOOL FAR PASCAL
  4. #define ENUMPROC       BOOL FAR PASCAL
  5. #define WINDOWS_PARAMS HWND hWnd, unsigned msg, WORD wParam, LONG lParam
  6. #define DIALOG_PARAMS  HWND hDlg, unsigned msg, WORD wParam, LONG lParam
  7. #define ENUM_PARAMS    HWND hWnd, LONG lParam
  8.  
  9.  
  10.